home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / shared.dir / 00820_bottom butts.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  445 b   |  17 lines

  1. on mouseUp
  2.   global blueRect
  3.   if (the mouseH > 275) and (the mouseH < 331) then
  4.     set blueRect to the rect of sprite 43
  5.     set the castNum of sprite 43 to 818
  6.     spriteBox(43, -30, -30, 700, 540)
  7.     set the locH of sprite 44 to 129
  8.     set the locV of sprite 44 to 90
  9.     if the locH of sprite 31 > 0 then
  10.       set the castNum of sprite 44 to 812
  11.     else
  12.       set the castNum of sprite 44 to 813
  13.     end if
  14.   end if
  15.   updateStage()
  16. end
  17.